Html Css Color HEX #EA818F Carissma

📋 copy color: '#EA818F'

red 234 ◦ green 129 ◦ blue 143

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

Shades of Carissma #EA818F

Tints of Carissma #EA818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.49%

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 46.25%
G = 25.49%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA818F (or 0xEA818F) is known color: Carissma. HEX triplet: EA, 81 and 8F. RGB value is (234,129,143). Sum of RGB (Red+Green+Blue) = 234+129+143=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA818F is #157E70. Grayscale: #A2A2A2. Windows color (decimal): -1408625 or 9404906. OLE color: 9404906.

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

Color convert

RGB 234 129 143 -
CMYK 0 0.45 0.39 0.08
HSL 352º 0.71% 0.71% -
HSV(B) 352º 0.45% 0.92% -
XYZ 46.74 35.18 30.31 -
YUV 161.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 234 129 143 0 0.45 0.39 0.08 352 0.71 0.71
Hex EA 81 8F 0 2D 27 8 160 47 47
Octal 352 201 217 0 55 47 10 540 107 107
Binary 11101010 10000001 10001111 0 101101 100111 1000 101100000 1000111 1000111

Color Harmonies of #EA818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA818F

Black with #EA818F

Text Example


Text Example

White with #EA818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA818F; }

 p { color: rgb(234,129,143); }

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

background-color css

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

 a { background-color: rgb(234,129,143); }

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

border-color css

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

 span { border-color: rgb(234,129,143); }

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