Html Css Color HEX #EA7D8F Carissma

📋 copy color: '#EA7D8F'

red 234 ◦ green 125 ◦ blue 143

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

Shades of Carissma #EA7D8F

Tints of Carissma #EA7D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.9%

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

R = 46.61%
G = 24.9%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA7D8F (or 0xEA7D8F) is known color: Carissma. HEX triplet: EA, 7D and 8F. RGB value is (234,125,143). Sum of RGB (Red+Green+Blue) = 234+125+143=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D8F is #158270. Grayscale: #9F9F9F. Windows color (decimal): -1409649 or 9403882. OLE color: 9403882.

HSL color Cylindrical-coordinate representation of color #EA7D8F: hue angle of 350.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 #EA7D8F is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 143 -
CMYK 0 0.47 0.39 0.08
HSL 350.09º 0.72% 0.7% -
HSV(B) 350.09º 0.47% 0.92% -
XYZ 46.22 34.14 30.14 -
YUV 159.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 234 125 143 0 0.47 0.39 0.08 350.09 0.72 0.7
Hex EA 7D 8F 0 2F 27 8 15E 48 46
Octal 352 175 217 0 57 47 10 536 110 106
Binary 11101010 1111101 10001111 0 101111 100111 1000 101011110 1001000 1000110

Color Harmonies of #EA7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D8F

Black with #EA7D8F

Text Example


Text Example

White with #EA7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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