Html Css Color HEX #EA7C85 Carissma

📋 copy color: '#EA7C85'

red 234 ◦ green 124 ◦ blue 133

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

Shades of Carissma #EA7C85

Tints of Carissma #EA7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 47.66%
G = 25.25%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA7C85 (or 0xEA7C85) is known color: Carissma. HEX triplet: EA, 7C and 85. RGB value is (234,124,133). Sum of RGB (Red+Green+Blue) = 234+124+133=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C85 is #15837A. Grayscale: #9D9D9D. Windows color (decimal): -1409915 or 8748266. OLE color: 8748266.

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

Color convert

RGB 234 124 133 -
CMYK 0 0.47 0.43 0.08
HSL 355.09º 0.72% 0.7% -
HSV(B) 355.09º 0.47% 0.92% -
XYZ 45.37 33.6 26.28 -
YUV 157.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 234 124 133 0 0.47 0.43 0.08 355.09 0.72 0.7
Hex EA 7C 85 0 2F 2B 8 163 48 46
Octal 352 174 205 0 57 53 10 543 110 106
Binary 11101010 1111100 10000101 0 101111 101011 1000 101100011 1001000 1000110

Color Harmonies of #EA7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C85

Black with #EA7C85

Text Example


Text Example

White with #EA7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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