Html Css Color HEX #EA8591 Carissma

📋 copy color: '#EA8591'

red 234 ◦ green 133 ◦ blue 145

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

Shades of Carissma #EA8591

Tints of Carissma #EA8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.98%

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 45.7%
G = 25.98%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA8591 (or 0xEA8591) is known color: Carissma. HEX triplet: EA, 85 and 91. RGB value is (234,133,145). Sum of RGB (Red+Green+Blue) = 234+133+145=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8591 is #157A6E. Grayscale: #A4A4A4. Windows color (decimal): -1407599 or 9537002. OLE color: 9537002.

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

Color convert

RGB 234 133 145 -
CMYK 0 0.43 0.38 0.08
HSL 352.87º 0.71% 0.72% -
HSV(B) 352.87º 0.43% 0.92% -
XYZ 47.43 36.31 31.3 -
YUV 164.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 234 133 145 0 0.43 0.38 0.08 352.87 0.71 0.72
Hex EA 85 91 0 2B 26 8 161 47 48
Octal 352 205 221 0 53 46 10 541 107 110
Binary 11101010 10000101 10010001 0 101011 100110 1000 101100001 1000111 1001000

Color Harmonies of #EA8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8591

Black with #EA8591

Text Example


Text Example

White with #EA8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8591; }

 p { color: rgb(234,133,145); }

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

background-color css

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

 a { background-color: rgb(234,133,145); }

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

border-color css

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

 span { border-color: rgb(234,133,145); }

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