Html Css Color HEX #ED7D98 Carissma

📋 copy color: '#ED7D98'

red 237 ◦ green 125 ◦ blue 152

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

Shades of Carissma #ED7D98

Tints of Carissma #ED7D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.57%

R = 46.11%
G = 24.32%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED7D98 (or 0xED7D98) is known color: Carissma. HEX triplet: ED, 7D and 98. RGB value is (237,125,152). Sum of RGB (Red+Green+Blue) = 237+125+152=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D98 is #128267. Grayscale: #A1A1A1. Windows color (decimal): -1213032 or 9993709. OLE color: 9993709.

HSL color Cylindrical-coordinate representation of color #ED7D98: hue angle of 345.54º 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 #ED7D98 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 152 -
CMYK 0 0.47 0.36 0.07
HSL 345.54º 0.76% 0.71% -
HSV(B) 345.54º 0.47% 0.93% -
XYZ 47.93 34.94 33.92 -
YUV 161.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 237 125 152 0 0.47 0.36 0.07 345.54 0.76 0.71
Hex ED 7D 98 0 2F 24 7 15A 4C 47
Octal 355 175 230 0 57 44 7 532 114 107
Binary 11101101 1111101 10011000 0 101111 100100 111 101011010 1001100 1000111

Color Harmonies of #ED7D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D98

Black with #ED7D98

Text Example


Text Example

White with #ED7D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D98; }

 p { color: rgb(237,125,152); }

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

background-color css

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

 a { background-color: rgb(237,125,152); }

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

border-color css

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

 span { border-color: rgb(237,125,152); }

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