Html Css Color HEX #EA8294 Carissma

📋 copy color: '#EA8294'

red 234 ◦ green 130 ◦ blue 148

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

Shades of Carissma #EA8294

Tints of Carissma #EA8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.39%

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

R = 45.7%
G = 25.39%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA8294 (or 0xEA8294) is known color: Carissma. HEX triplet: EA, 82 and 94. RGB value is (234,130,148). Sum of RGB (Red+Green+Blue) = 234+130+148=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8294 is #157D6B. Grayscale: #A3A3A3. Windows color (decimal): -1408364 or 9732842. OLE color: 9732842.

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

Color convert

RGB 234 130 148 -
CMYK 0 0.44 0.37 0.08
HSL 349.62º 0.71% 0.71% -
HSV(B) 349.62º 0.44% 0.92% -
XYZ 47.26 35.6 32.4 -
YUV 163.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 234 130 148 0 0.44 0.37 0.08 349.62 0.71 0.71
Hex EA 82 94 0 2C 25 8 15E 47 47
Octal 352 202 224 0 54 45 10 536 107 107
Binary 11101010 10000010 10010100 0 101100 100101 1000 101011110 1000111 1000111

Color Harmonies of #EA8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8294

Black with #EA8294

Text Example


Text Example

White with #EA8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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