Html Css Color HEX #ED7A8E Carissma

📋 copy color: '#ED7A8E'

red 237 ◦ green 122 ◦ blue 142

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

Shades of Carissma #ED7A8E

Tints of Carissma #ED7A8E

RGB

 RED value IS 237 (92.97% from 255) = 47.31%

 GREEN value IS 122 (48.05% from 255) = 24.35%

 BLUE value IS 142 (55.86% from 255) = 28.34%

R = 47.31%
G = 24.35%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED7A8E (or 0xED7A8E) is known color: Carissma. HEX triplet: ED, 7A and 8E. RGB value is (237,122,142). Sum of RGB (Red+Green+Blue) = 237+122+142=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A8E is #128571. Grayscale: #9E9E9E. Windows color (decimal): -1213810 or 9337581. OLE color: 9337581.

HSL color Cylindrical-coordinate representation of color #ED7A8E: hue angle of 349.57º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7A8E is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 142 -
CMYK 0 0.49 0.40 0.07
HSL 349.57º 0.76% 0.7% -
HSV(B) 349.57º 0.49% 0.93% -
XYZ 46.77 33.88 29.67 -
YUV 158.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 237 122 142 0 0.49 0.40 0.07 349.57 0.76 0.7
Hex ED 7A 8E 0 31 28 7 15E 4C 46
Octal 355 172 216 0 61 50 7 536 114 106
Binary 11101101 1111010 10001110 0 110001 101000 111 101011110 1001100 1000110

Color Harmonies of #ED7A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A8E

Black with #ED7A8E

Text Example


Text Example

White with #ED7A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A8E; }

 p { color: rgb(237,122,142); }

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

background-color css

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

 a { background-color: rgb(237,122,142); }

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

border-color css

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

 span { border-color: rgb(237,122,142); }

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