Html Css Color HEX #EA818D Carissma

📋 copy color: '#EA818D'

red 234 ◦ green 129 ◦ blue 141

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

Shades of Carissma #EA818D

Tints of Carissma #EA818D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 46.43%
G = 25.6%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA818D (or 0xEA818D) is known color: Carissma. HEX triplet: EA, 81 and 8D. RGB value is (234,129,141). Sum of RGB (Red+Green+Blue) = 234+129+141=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA818D is #157E72. Grayscale: #A1A1A1. Windows color (decimal): -1408627 or 9273834. OLE color: 9273834.

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

Color convert

RGB 234 129 141 -
CMYK 0 0.45 0.40 0.08
HSL 353.14º 0.71% 0.71% -
HSV(B) 353.14º 0.45% 0.92% -
XYZ 46.59 35.12 29.52 -
YUV 161.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 234 129 141 0 0.45 0.40 0.08 353.14 0.71 0.71
Hex EA 81 8D 0 2D 28 8 161 47 47
Octal 352 201 215 0 55 50 10 541 107 107
Binary 11101010 10000001 10001101 0 101101 101000 1000 101100001 1000111 1000111

Color Harmonies of #EA818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA818D

Black with #EA818D

Text Example


Text Example

White with #EA818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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