Html Css Color HEX #ED7D8D Carissma

📋 copy color: '#ED7D8D'

red 237 ◦ green 125 ◦ blue 141

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

Shades of Carissma #ED7D8D

Tints of Carissma #ED7D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 47.12%
G = 24.85%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED7D8D (or 0xED7D8D) is known color: Carissma. HEX triplet: ED, 7D and 8D. RGB value is (237,125,141). Sum of RGB (Red+Green+Blue) = 237+125+141=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D8D is #128272. Grayscale: #A0A0A0. Windows color (decimal): -1213043 or 9272813. OLE color: 9272813.

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

Color convert

RGB 237 125 141 -
CMYK 0 0.47 0.41 0.07
HSL 351.43º 0.76% 0.71% -
HSV(B) 351.43º 0.47% 0.93% -
XYZ 47.07 34.59 29.4 -
YUV 160.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 237 125 141 0 0.47 0.41 0.07 351.43 0.76 0.71
Hex ED 7D 8D 0 2F 29 7 15F 4C 47
Octal 355 175 215 0 57 51 7 537 114 107
Binary 11101101 1111101 10001101 0 101111 101001 111 101011111 1001100 1000111

Color Harmonies of #ED7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D8D

Black with #ED7D8D

Text Example


Text Example

White with #ED7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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