Html Css Color HEX #ED7D91 Carissma

📋 copy color: '#ED7D91'

red 237 ◦ green 125 ◦ blue 145

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

Shades of Carissma #ED7D91

Tints of Carissma #ED7D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 46.75%
G = 24.65%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED7D91 (or 0xED7D91) is known color: Carissma. HEX triplet: ED, 7D and 91. RGB value is (237,125,145). Sum of RGB (Red+Green+Blue) = 237+125+145=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D91 is #12826E. Grayscale: #A0A0A0. Windows color (decimal): -1213039 or 9534957. OLE color: 9534957.

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

Color convert

RGB 237 125 145 -
CMYK 0 0.47 0.39 0.07
HSL 349.29º 0.76% 0.71% -
HSV(B) 349.29º 0.47% 0.93% -
XYZ 47.37 34.72 30.99 -
YUV 160.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 237 125 145 0 0.47 0.39 0.07 349.29 0.76 0.71
Hex ED 7D 91 0 2F 27 7 15D 4C 47
Octal 355 175 221 0 57 47 7 535 114 107
Binary 11101101 1111101 10010001 0 101111 100111 111 101011101 1001100 1000111

Color Harmonies of #ED7D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D91

Black with #ED7D91

Text Example


Text Example

White with #ED7D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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