Html Css Color HEX #ED7D93 Carissma

📋 copy color: '#ED7D93'

red 237 ◦ green 125 ◦ blue 147

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

Shades of Carissma #ED7D93

Tints of Carissma #ED7D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 46.56%
G = 24.56%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7D93 (or 0xED7D93) is known color: Carissma. HEX triplet: ED, 7D and 93. RGB value is (237,125,147). Sum of RGB (Red+Green+Blue) = 237+125+147=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D93 is #12826C. Grayscale: #A1A1A1. Windows color (decimal): -1213037 or 9666029. OLE color: 9666029.

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

Color convert

RGB 237 125 147 -
CMYK 0 0.47 0.38 0.07
HSL 348.21º 0.76% 0.71% -
HSV(B) 348.21º 0.47% 0.93% -
XYZ 47.53 34.78 31.81 -
YUV 161 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 237 125 147 0 0.47 0.38 0.07 348.21 0.76 0.71
Hex ED 7D 93 0 2F 26 7 15C 4C 47
Octal 355 175 223 0 57 46 7 534 114 107
Binary 11101101 1111101 10010011 0 101111 100110 111 101011100 1001100 1000111

Color Harmonies of #ED7D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D93

Black with #ED7D93

Text Example


Text Example

White with #ED7D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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