Html Css Color HEX #EA8794 Carissma

📋 copy color: '#EA8794'

red 234 ◦ green 135 ◦ blue 148

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

Shades of Carissma #EA8794

Tints of Carissma #EA8794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.11%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 45.26%
G = 26.11%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA8794 (or 0xEA8794) is known color: Carissma. HEX triplet: EA, 87 and 94. RGB value is (234,135,148). Sum of RGB (Red+Green+Blue) = 234+135+148=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8794 is #15786B. Grayscale: #A6A6A6. Windows color (decimal): -1407084 or 9734122. OLE color: 9734122.

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

Color convert

RGB 234 135 148 -
CMYK 0 0.42 0.37 0.08
HSL 352.12º 0.7% 0.72% -
HSV(B) 352.12º 0.42% 0.92% -
XYZ 47.94 36.96 32.62 -
YUV 166.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 234 135 148 0 0.42 0.37 0.08 352.12 0.7 0.72
Hex EA 87 94 0 2A 25 8 160 46 48
Octal 352 207 224 0 52 45 10 540 106 110
Binary 11101010 10000111 10010100 0 101010 100101 1000 101100000 1000110 1001000

Color Harmonies of #EA8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8794

Black with #EA8794

Text Example


Text Example

White with #EA8794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8794; }

 p { color: rgb(234,135,148); }

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

background-color css

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

 a { background-color: rgb(234,135,148); }

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

border-color css

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

 span { border-color: rgb(234,135,148); }

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