Html Css Color HEX #EA8689 Carissma

📋 copy color: '#EA8689'

red 234 ◦ green 134 ◦ blue 137

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

Shades of Carissma #EA8689

Tints of Carissma #EA8689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.13%

R = 46.34%
G = 26.53%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA8689 (or 0xEA8689) is known color: Carissma. HEX triplet: EA, 86 and 89. RGB value is (234,134,137). Sum of RGB (Red+Green+Blue) = 234+134+137=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8689 is #157976. Grayscale: #A4A4A4. Windows color (decimal): -1407351 or 9012970. OLE color: 9012970.

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

Color convert

RGB 234 134 137 -
CMYK 0 0.43 0.41 0.08
HSL 358.2º 0.7% 0.72% -
HSV(B) 358.2º 0.43% 0.92% -
XYZ 46.97 36.35 28.21 -
YUV 164.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 234 134 137 0 0.43 0.41 0.08 358.2 0.7 0.72
Hex EA 86 89 0 2B 29 8 166 46 48
Octal 352 206 211 0 53 51 10 546 106 110
Binary 11101010 10000110 10001001 0 101011 101001 1000 101100110 1000110 1001000

Color Harmonies of #EA8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8689

Black with #EA8689

Text Example


Text Example

White with #EA8689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8689; }

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

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

background-color css

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

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

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

border-color css

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

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

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