Html Css Color HEX #EA8290 Carissma

📋 copy color: '#EA8290'

red 234 ◦ green 130 ◦ blue 144

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

Shades of Carissma #EA8290

Tints of Carissma #EA8290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.35%

R = 46.06%
G = 25.59%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA8290 (or 0xEA8290) is known color: Carissma. HEX triplet: EA, 82 and 90. RGB value is (234,130,144). Sum of RGB (Red+Green+Blue) = 234+130+144=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8290 is #157D6F. Grayscale: #A2A2A2. Windows color (decimal): -1408368 or 9470698. OLE color: 9470698.

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

Color convert

RGB 234 130 144 -
CMYK 0 0.44 0.38 0.08
HSL 351.92º 0.71% 0.71% -
HSV(B) 351.92º 0.44% 0.92% -
XYZ 46.95 35.47 30.76 -
YUV 162.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 234 130 144 0 0.44 0.38 0.08 351.92 0.71 0.71
Hex EA 82 90 0 2C 26 8 160 47 47
Octal 352 202 220 0 54 46 10 540 107 107
Binary 11101010 10000010 10010000 0 101100 100110 1000 101100000 1000111 1000111

Color Harmonies of #EA8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8290

Black with #EA8290

Text Example


Text Example

White with #EA8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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