Html Css Color HEX #EA858C Carissma

📋 copy color: '#EA858C'

red 234 ◦ green 133 ◦ blue 140

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

Shades of Carissma #EA858C

Tints of Carissma #EA858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 46.15%
G = 26.23%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA858C (or 0xEA858C) is known color: Carissma. HEX triplet: EA, 85 and 8C. RGB value is (234,133,140). Sum of RGB (Red+Green+Blue) = 234+133+140=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA858C is #157A73. Grayscale: #A4A4A4. Windows color (decimal): -1407604 or 9209322. OLE color: 9209322.

HSL color Cylindrical-coordinate representation of color #EA858C: hue angle of 355.84º 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 #EA858C is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 140 -
CMYK 0 0.43 0.40 0.08
HSL 355.84º 0.71% 0.72% -
HSV(B) 355.84º 0.43% 0.92% -
XYZ 47.05 36.16 29.31 -
YUV 164 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 234 133 140 0 0.43 0.40 0.08 355.84 0.71 0.72
Hex EA 85 8C 0 2B 28 8 164 47 48
Octal 352 205 214 0 53 50 10 544 107 110
Binary 11101010 10000101 10001100 0 101011 101000 1000 101100100 1000111 1001000

Color Harmonies of #EA858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA858C

Black with #EA858C

Text Example


Text Example

White with #EA858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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