Html Css Color HEX #ED7D8C Carissma

📋 copy color: '#ED7D8C'

red 237 ◦ green 125 ◦ blue 140

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

Shades of Carissma #ED7D8C

Tints of Carissma #ED7D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 47.21%
G = 24.9%
B = 27.89%

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

#ED7D8C (or 0xED7D8C) is known color: Carissma. HEX triplet: ED, 7D and 8C. RGB value is (237,125,140). Sum of RGB (Red+Green+Blue) = 237+125+140=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D8C is #128273. Grayscale: #A0A0A0. Windows color (decimal): -1213044 or 9207277. OLE color: 9207277.

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

Color convert

RGB 237 125 140 -
CMYK 0 0.47 0.41 0.07
HSL 351.96º 0.76% 0.71% -
HSV(B) 351.96º 0.47% 0.93% -
XYZ 46.99 34.57 29.01 -
YUV 160.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 237 125 140 0 0.47 0.41 0.07 351.96 0.76 0.71
Hex ED 7D 8C 0 2F 29 7 160 4C 47
Octal 355 175 214 0 57 51 7 540 114 107
Binary 11101101 1111101 10001100 0 101111 101001 111 101100000 1001100 1000111

Color Harmonies of #ED7D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D8C

Black with #ED7D8C

Text Example


Text Example

White with #ED7D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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