Html Css Color HEX #ED7F99 Carissma

📋 copy color: '#ED7F99'

red 237 ◦ green 127 ◦ blue 153

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

Shades of Carissma #ED7F99

Tints of Carissma #ED7F99

RGB

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

 GREEN value IS 127 (50% from 255) = 24.56%

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

R = 45.84%
G = 24.56%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED7F99 (or 0xED7F99) is known color: Carissma. HEX triplet: ED, 7F and 99. RGB value is (237,127,153). Sum of RGB (Red+Green+Blue) = 237+127+153=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F99 is #128066. Grayscale: #A2A2A2. Windows color (decimal): -1212519 or 10059757. OLE color: 10059757.

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

Color convert

RGB 237 127 153 -
CMYK 0 0.46 0.35 0.07
HSL 345.82º 0.75% 0.71% -
HSV(B) 345.82º 0.46% 0.93% -
XYZ 48.26 35.48 34.44 -
YUV 162.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 237 127 153 0 0.46 0.35 0.07 345.82 0.75 0.71
Hex ED 7F 99 0 2E 23 7 15A 4B 47
Octal 355 177 231 0 56 43 7 532 113 107
Binary 11101101 1111111 10011001 0 101110 100011 111 101011010 1001011 1000111

Color Harmonies of #ED7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F99

Black with #ED7F99

Text Example


Text Example

White with #ED7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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