Html Css Color HEX #EA859D Carissma

📋 copy color: '#EA859D'

red 234 ◦ green 133 ◦ blue 157

#EA859D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EA859D

Tints of Carissma #EA859D

RGB

 RED value IS 234 (91.8% from 255) = 44.66%

 GREEN value IS 133 (52.34% from 255) = 25.38%

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 44.66%
G = 25.38%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA859D (or 0xEA859D) is known color: Carissma. HEX triplet: EA, 85 and 9D. RGB value is (234,133,157). Sum of RGB (Red+Green+Blue) = 234+133+157=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA859D is #157A62. Grayscale: #A5A5A5. Windows color (decimal): -1407587 or 10323434. OLE color: 10323434.

HSL color Cylindrical-coordinate representation of color #EA859D: hue angle of 345.74º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA859D is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 157 -
CMYK 0 0.43 0.33 0.08
HSL 345.74º 0.71% 0.72% -
HSV(B) 345.74º 0.43% 0.92% -
XYZ 48.41 36.7 36.43 -
YUV 165.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 234 133 157 0 0.43 0.33 0.08 345.74 0.71 0.72
Hex EA 85 9D 0 2B 21 8 15A 47 48
Octal 352 205 235 0 53 41 10 532 107 110
Binary 11101010 10000101 10011101 0 101011 100001 1000 101011010 1000111 1001000

Color Harmonies of #EA859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA859D

Black with #EA859D

Text Example


Text Example

White with #EA859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA859D; }

 p { color: rgb(234,133,157); }

 H1.HeaderClassName
 {
   color: #EA859D;
 }
 .AnyTagClassName
 {
   color: #EA859D;
 }
</style>

background-color css

<style>
 a { background-color: #EA859D; }

 a { background-color: rgb(234,133,157); }

 div.DivClassName
 {
   background-color: #EA859D;
 }
 .BgClassName
 {
   background-color: #EA859D;
 }
</style>

border-color css

<style>
 span { border-color: #EA859D; }

 span { border-color: rgb(234,133,157); }

 td.TdClassName
 {
   border-color: #EA859D;
 }
 .TagClassName
 {
   border-color: #EA859D;
 }
</style>