Html Css Color HEX #EA8698 Carissma

📋 copy color: '#EA8698'

red 234 ◦ green 134 ◦ blue 152

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

Shades of Carissma #EA8698

Tints of Carissma #EA8698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 45%
G = 25.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA8698 (or 0xEA8698) is known color: Carissma. HEX triplet: EA, 86 and 98. RGB value is (234,134,152). Sum of RGB (Red+Green+Blue) = 234+134+152=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8698 is #157967. Grayscale: #A5A5A5. Windows color (decimal): -1407336 or 9996010. OLE color: 9996010.

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

Color convert

RGB 234 134 152 -
CMYK 0 0.43 0.35 0.08
HSL 349.2º 0.7% 0.72% -
HSV(B) 349.2º 0.43% 0.92% -
XYZ 48.12 36.81 34.27 -
YUV 165.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 234 134 152 0 0.43 0.35 0.08 349.2 0.7 0.72
Hex EA 86 98 0 2B 23 8 15D 46 48
Octal 352 206 230 0 53 43 10 535 106 110
Binary 11101010 10000110 10011000 0 101011 100011 1000 101011101 1000110 1001000

Color Harmonies of #EA8698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8698

Black with #EA8698

Text Example


Text Example

White with #EA8698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8698; }

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

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

background-color css

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

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

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

border-color css

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

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

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