Html Css Color HEX #ED7E99 Carissma

📋 copy color: '#ED7E99'

red 237 ◦ green 126 ◦ blue 153

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

Shades of Carissma #ED7E99

Tints of Carissma #ED7E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.42%

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 45.93%
G = 24.42%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED7E99 (or 0xED7E99) is known color: Carissma. HEX triplet: ED, 7E and 99. RGB value is (237,126,153). Sum of RGB (Red+Green+Blue) = 237+126+153=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E99 is #128166. Grayscale: #A2A2A2. Windows color (decimal): -1212775 or 10059501. OLE color: 10059501.

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

Color convert

RGB 237 126 153 -
CMYK 0 0.47 0.35 0.07
HSL 345.41º 0.76% 0.71% -
HSV(B) 345.41º 0.47% 0.93% -
XYZ 48.14 35.23 34.4 -
YUV 162.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 237 126 153 0 0.47 0.35 0.07 345.41 0.76 0.71
Hex ED 7E 99 0 2F 23 7 159 4C 47
Octal 355 176 231 0 57 43 7 531 114 107
Binary 11101101 1111110 10011001 0 101111 100011 111 101011001 1001100 1000111

Color Harmonies of #ED7E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E99

Black with #ED7E99

Text Example


Text Example

White with #ED7E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E99; }

 p { color: rgb(237,126,153); }

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

background-color css

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

 a { background-color: rgb(237,126,153); }

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

border-color css

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

 span { border-color: rgb(237,126,153); }

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