Html Css Color HEX #EA8688 Carissma

📋 copy color: '#EA8688'

red 234 ◦ green 134 ◦ blue 136

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

Shades of Carissma #EA8688

Tints of Carissma #EA8688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.59%

 BLUE value IS 136 (53.52% from 255) = 26.98%

R = 46.43%
G = 26.59%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA8688 (or 0xEA8688) is known color: Carissma. HEX triplet: EA, 86 and 88. RGB value is (234,134,136). Sum of RGB (Red+Green+Blue) = 234+134+136=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8688 is #157977. Grayscale: #A4A4A4. Windows color (decimal): -1407352 or 8947434. OLE color: 8947434.

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

Color convert

RGB 234 134 136 -
CMYK 0 0.43 0.42 0.08
HSL 358.8º 0.7% 0.72% -
HSV(B) 358.8º 0.43% 0.92% -
XYZ 46.9 36.32 27.83 -
YUV 164.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 234 134 136 0 0.43 0.42 0.08 358.8 0.7 0.72
Hex EA 86 88 0 2B 2A 8 167 46 48
Octal 352 206 210 0 53 52 10 547 106 110
Binary 11101010 10000110 10001000 0 101011 101010 1000 101100111 1000110 1001000

Color Harmonies of #EA8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8688

Black with #EA8688

Text Example


Text Example

White with #EA8688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8688; }

 p { color: rgb(234,134,136); }

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

background-color css

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

 a { background-color: rgb(234,134,136); }

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

border-color css

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

 span { border-color: rgb(234,134,136); }

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